home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
- "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
- <head>
- <title>MyServer</title>
- <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
- </head>
- <body style="color: #666699;">
- <div style="text-align: center;">
- <br />
- The MSCGI library is used exclusively by MyServer, to write fast and efficient modules, running in the same web server process space.<br />
- These are some examples of the MSCGI library of MyServer:<br /><br />
- <a href="http://www.myserverproject.net"><img src="/logo.png" alt="" style="border: 0px;" /></a><br /><br />
- Simple echo example (POST request)<a href="post.mscgi"><img src="/goto.png" alt="" style="border: 0px;" /></a><br /><br />
- A simple addition on the server, passing the addends through the URL (GET request)
- <a href="math_sum.mscgi"><img src="/goto.png" alt="" style="border: 0px;" /></a><br /><br />
- A web counter, using MSCGI and libpng
- <a href="counter.html"><img src="/goto.png" alt="" style="border: 0px;" /></a>
- </div>
- </body>
- </html>